home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PROGRAMM / BASIC / 0745.ZIP / CHKQB2.ARC / CHKQB2.BAT next >
DOS Batch File  |  1986-08-03  |  336b  |  13 lines

  1. qb prog1;
  2. chkqb2 prog1      >compile.txt
  3. qb prog2;
  4. chkqb2 prog2     >>compile.txt
  5. qb prog3;
  6. chkqb2 prog3     >>compile.txt
  7. rem
  8. rem    In the above example, if PROG1 had two severe errors, PROG2 none and PROG3
  9. rem    three, then the COMPILE.TXT file would contain the following afterward:
  10. rem
  11. rem    prog1  2 error(s).
  12. rem    prog3  3 error(s).
  13.